home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Utilities / Automation / WinWizard Pro / KeyList.in_ / KeyList.in
Encoding:
Text File  |  1999-01-20  |  11.0 KB  |  129 lines

  1. :COMMANDS
  2. {ACTIVATE}      Make the designated application active. Enter the Application Title or select from the list. Syntax: {ACTIVATE} ProcessTitle
  3. {AUTO}          Automatically run the designated script file when it appears at the designated location. Syntax: {AUTO} CheckInterval, ScriptFileName
  4. {CALC}          Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE}. Syntax {CALC} Calculation
  5. {CALC0}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE0}. Syntax {CALC0} Calculation
  6. {CALC1}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE1}. Syntax {CALC1} Calculation
  7. {CALC2}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE2}. Syntax {CALC2} Calculation
  8. {CALC3}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE3}. Syntax {CALC3} Calculation
  9. {CALC4}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE4}. Syntax {CALC4} Calculation
  10. {CALC5}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE5}. Syntax {CALC5} Calculation
  11. {CALC6}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE6}. Syntax {CALC6} Calculation
  12. {CALC7}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE7}. Syntax {CALC7} Calculation
  13. {CALC8}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE8}. Syntax {CALC8} Calculation
  14. {CALC9}         Performs simple calculations using '+', '-', '*', '/' and stores the answer in {VARIABLE9}. Syntax {CALC9} Calculation
  15. {CANCEL}        Halt Script Execution and allow the User to Continue or Cancel the Script.  Enter the Window Message below. Syntax: {CANCEL} Message
  16. {CLIPAPPEND}    Append the contents of the Clipboard to an existing file. Syntax: {CLIPAPPEND} FileName
  17. {CLIPLOAD}      Load the Clipboard from the designated file. Syntax: {CLIPLOAD} FileName
  18. {CLIPSAVE}      Save the Clipboard to a new file. Syntax: {CLIPSAVE} FileName
  19. {CLIPSET}       Set the Contents of the Clipboard to the designated Text String. Syntax: {CLIPSET} TextString
  20. {COPY}          Copy a File (Include Paths) Syntax: {COPY} SourceFile {TO} DestinationFile
  21. {DISPLAY}       Display a Message in the WinWizard Display Window, No Message will clear display. Syntax: {DISPLAY} Message
  22. {DISPLAYADD}    Add text to the WinWizard Display Window. Syntax: {DISPLAYADD} Message
  23. {DO}            Start a DO/LOOP routine. You may enter the number of loops after the DO Command. No Number indicates continuous loop. Syntax: {DO} NumberOfLoops 
  24. {END}           Terminate the Script File but leave WinWizard Pro Active. Syntax {END}
  25. {ERASE}         Erase the designated File Name (Include Path). Syntax {ERASE} FileName
  26. {EXIT}          Terminate the Script File and Exit WinWizard Pro (Default). Syntax {EXIT}
  27. {EXITDO}        Exit a DO LOOP Statement. Syntax: {EXITDO}
  28. {FLOAT}         Will Toggle "Window On Top" (Float) on and off. Select from the drop down menu. Syntax {FLOAT} On/Off
  29. {HOLD}          Hold script execution until designated process has ENDED. Syntax {HOLD} ProcessTitle
  30. {IF}            Conditional IF Statement for comparison operations. Syntax: {IF} Condition {THEN} SubRoutineName
  31. {IFEXISTS}      Check if a File Exists on the storage media. (Include Path and FileName)(True or False) Syntax: {IFEXISTS} Filename = TRUE/FALSE {THEN} SubRoutineName
  32. {IFTASK}        Check if a Task is open. (True or False) Syntax: {IFTASK} TaskName = TRUE/FALSE {THEN} SubRoutineName
  33. {IFVAL}         Conditional IF Statement based on Numeric Values. Syntax: {IFVAL} ValueCondition {THEN} SubRoutineName
  34. {INPUT}         Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE}. Enter the Message below. Syntax: {INPUT} Message
  35. {INPUT0}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE0}. Enter the Message below. Syntax: {INPUT0} Message
  36. {INPUT1}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE1}. Enter the Message below. Syntax: {INPUT1} Message
  37. {INPUT2}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE2}. Enter the Message below. Syntax: {INPUT2} Message
  38. {INPUT3}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE3}. Enter the Message below. Syntax: {INPUT3} Message
  39. {INPUT4}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE4}. Enter the Message below. Syntax: {INPUT4} Message
  40. {INPUT5}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE5}. Enter the Message below. Syntax: {INPUT5} Message
  41. {INPUT6}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE6}. Enter the Message below. Syntax: {INPUT6} Message
  42. {INPUT7}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE7}. Enter the Message below. Syntax: {INPUT7} Message
  43. {INPUT8}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE8}. Enter the Message below. Syntax: {INPUT8} Message
  44. {INPUT9}        Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE9}. Enter the Message below. Syntax: {INPUT9} Message
  45. {LOOP}          Designates the end portion of a DO Command. Will return execution to the DO Line. Syntax: {LOOP}
  46. {MINIMIZE}      Minimize the WinWizard Window. Syntax {MINIMIZE}
  47. {PAUSE}         Pause Script Execution and wait for the user to press ENTER, SPACE BAR or Click the Run Button. Syntax: {PAUSE}
  48. {PLAY}          Play a .wav sound file. Enter the .wav file name and path below. Syntax: {PLAY} WaveFileName
  49. {PROCESS}       Pause script execution and display the "OnLine Process List". Syntax: {PROCESS}
  50. {PROMPT}        Halt Script Execution until user clicks OK. Enter a Message below. Syntax: {PROMPT} Message
  51. {REM}           Add a Remark line to the Script File. WinWizard will skip this line during script execution. Enter the Remark below. Syntax: {REM} Remark
  52. {RENAME}        Rename a File (Include Paths). Syntax: {RENAME} OldFileName {TO} NewFileName
  53. {RESTORE}       Restore the WinWizard Window to Normal. Syntax: {RESTORE}
  54. {RETURN}        Return from a Sub-Routine. Syntax: {RETURN}
  55. {RUN}           Load and Run a Windows Program (Include paths). You may select from the list below. Syntax: {RUN} FileName
  56. {SCRIPT}        Will Start a new Script (Should be last line of calling script). Syntax: {SCRIPT} ScriptFileName
  57. {SET}           Set a Variable Value. Syntax: {SET} Variable0-9 = NewValue
  58. {SHUTDOWN}      Exit, Restart or Reboot the Computer. Select from list. Syntax: {SHUTDOWN} Command (EXIT, RESTART, REBOOT)
  59. {SLEEP}         Pause script execution for the designated number of seconds. Syntax: {SLEEP} Seconds
  60. {SPEED}         Defines how fast the program executes, 1000=1 Sec. Lower is faster. Syntax: {SPEED} SpeedValue
  61. {SPLASH}        Display a user defined Splash screen with OK and Cancel Buttons. (Cancel will Abort Script) Syntax: {SPLASH} BitmapFileName
  62. {START}         Start Script Execution at designated time and day. Syntax: {START} MilitaryTime (HH:MM) MON,TUE,WED,THU,FRI,SAT,SUN,ALL
  63. {SUB}           Define a Sub-Routine within the Script File. Syntax: {SUB} SubRoutineName
  64. {TITLE}         Change the WinWizard Title Bar Text. Syntax: {TITLE} NewTitleName
  65. {TYPE}          Send Keystrokes (Type) to the Current Application. Syntax: {TYPE} Keystrokes
  66. {WAIT}          Wait until the designated process has STARTED. Synatx: {WAIT} ProcessTitle
  67. :VARIABLES
  68. {CLIPBOARD}     Replace with the contents of the clipboard during script execution.
  69. {DATE}          Replace with the current date (mm-dd-yyyy) during script execution.
  70. {SHORTDATE}     Replace with the current date (mm-dd-yy) during script execution. 
  71. {TIME}          Replace with the current time (hh:mm:ss) during script execution.
  72. {TODAY}         Replace with the current date/time in the specified format. Syntax {TODAYmm/dd/yy}, {TODAYhh:mm AM/PM}
  73. {VARIABLE}      Replace with the value of {VARIABLE} during script execution.
  74. {VARIABLE0}     Replace with the value of {VARIABLE0} during script execution.
  75. {VARIABLE1}     Replace with the value of {VARIABLE1} during script execution.
  76. {VARIABLE2}     Replace with the value of {VARIABLE2} during script execution.
  77. {VARIABLE3}     Replace with the value of {VARIABLE3} during script execution.
  78. {VARIABLE4}     Replace with the value of {VARIABLE4} during script execution.
  79. {VARIABLE5}     Replace with the value of {VARIABLE5} during script execution.
  80. {VARIABLE6}     Replace with the value of {VARIABLE6} during script execution.
  81. {VARIABLE7}     Replace with the value of {VARIABLE7} during script execution.
  82. {VARIABLE8}     Replace with the value of {VARIABLE8} during script execution.
  83. {VARIABLE9}     Replace with the value of {VARIABLE9} during script execution.
  84. :KEYSTROKES
  85. {BACKSPACE}     Send BACKSPACE Keystroke
  86. {BKSP}          Send BACKSPACE Keystroke
  87. {BS}            Send BACKSPACE Keystroke
  88. {BREAK}         Send BREAK Keystroke
  89. {CAPSLOCK}      Toggle CAPSLOCK on and off
  90. {DELETE}        Send DELETE Keystroke
  91. {DEL}           Send DELETE Keystroke
  92. {DOWN}          Send DOWN ARROW Keystroke
  93. {END}           Send END Keystroke
  94. {ENTER}         Send ENTER Keystroke
  95. {ESC}           Send ESCAPE Keystroke
  96. {F1}            Send FUNCTION KEY Keystroke
  97. {F2}            Send FUNCTION KEY Keystroke
  98. {F3}            Send FUNCTION KEY Keystroke
  99. {F4}            Send FUNCTION KEY Keystroke
  100. {F5}            Send FUNCTION KEY Keystroke
  101. {F6}            Send FUNCTION KEY Keystroke
  102. {F7}            Send FUNCTION KEY Keystroke
  103. {F8}            Send FUNCTION KEY Keystroke
  104. {F9}            Send FUNCTION KEY Keystroke
  105. {F10}           Send FUNCTION KEY Keystroke
  106. {F11}           Send FUNCTION KEY Keystroke
  107. {F12}           Send FUNCTION KEY Keystroke
  108. {HOME}          Send HOME Keystroke
  109. {INSERT}        Toggle INSERT mode on and off
  110. {LEFT}          Send LEFT ARROW Keystroke
  111. {NUMLOCK}       Toggle NUMLOCK on and off
  112. {PGDN}          Send PAGEDOWN Keystroke
  113. {PGUP}          Send PAGEUP Keystroke
  114. {PRTSC}         Send PRINT SCREEN Keystroke
  115. {RIGHT}         Send RIGHT ARROW Keystroke
  116. {SCROLLLOCK}    Toggle SCROLL LOCK on and off
  117. {SPACE}         Send a SPACE BAR Keystroke
  118. {TAB}           Send TAB Keystroke
  119. {UP}            Send UP ARROW Keystroke
  120. ~               Send ENTER Keystroke
  121. +               Send SHIFT Keystroke 
  122. ^               Send CTRL Keystroke
  123. %               Send ALT Keystroke
  124. {+}             Special Characters must contain braces. Send the + sign.
  125. {-}             Special Characters must contain braces. Send the - sign.
  126. {=}             Special Characters must contain braces. Send the = sign.
  127. {/}             Special Characters must contain braces. Send the / sign.
  128. {*}             Special Characters must contain braces. Send the * sign.
  129.